home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / net00 / 00168.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  388 b   |  18 lines

  1. on kroll
  2.   if the mouseCast = the castNum of sprite 33 then
  3.     go("eye")
  4.   end if
  5.   if the mouseCast = the castNum of sprite 26 then
  6.     go("chair")
  7.   end if
  8.   if the mouseCast = the castNum of sprite 32 then
  9.     go("rball")
  10.   end if
  11.   if the mouseCast = the castNum of sprite 31 then
  12.     go("pyr")
  13.   end if
  14.   if the mouseCast = the castNum of sprite 30 then
  15.     go("clok")
  16.   end if
  17. end
  18.